home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / dalhel.lha / DalHelper / Docs / DalHelper.doc next >
Text File  |  1997-12-13  |  27KB  |  803 lines

  1.  
  2.  
  3.     This is a Dump of Services Help.  All DalHelper functions
  4.    are shown as   DalHelper -    under  Usage  where a DalHelper
  5.    function exists.  All functions are displayed using the following
  6.    Aliases:
  7.  
  8.     ChanServ:    Alias CS /Rx DalHelper c %p
  9.     MemoServ:    Alias MS /Rx DalHelper m %p
  10.     NickServ:    Alias NS /Rx DalHelper n %p
  11.  
  12.  
  13.  
  14.  
  15.      ChanServ Help
  16.  
  17.   ***** ChanServ Help*****
  18.   Command   - HELP
  19.   Usage     - HELP <command>
  20.   DalHelper - /CS HE <command>
  21.  
  22.   Returns Help information about requested ChanServ command.
  23.  
  24.   Example:
  25.    /msg ChanServ help register
  26.    will return information about how to register a channel.
  27.  
  28.   ***** ChanServ Help*****
  29.   ChanServ gives normal users the ability to keep hold of a channel,
  30.   without the need for a bot. Unlike other IRC networks, channel
  31.   takeovers are virtually impossible, when they are registered.
  32.   Registration is a quick and painless process. Once registered, the
  33.   founder can maintain complete and total control of the channel.
  34.   ChanServ will stop monitoring a channel if no Op enters the=
  35.   channel for 30 days.
  36.   For more information on a command /msg ChanServ help <command>
  37.   Core Commands:
  38.        REGISTER  - Register a channel
  39.        SET       - Change various channel configuration settings
  40.        SOP       - Maintain SuperOp channel operator list
  41.        AOP       - Maintain AutoOp channel operator list
  42.        AKICK     - Maintain the channel AutoKick banned user list
  43.        DROP      - Drop a registered channel
  44.  
  45.   Other Commands:
  46.         IDENTIFY    ACCESS      OP          UNBAN
  47.         INFO        INVITE      LIST        MDEOP
  48.         RESTRICT    IDENT       MKICK       COUNT
  49.  
  50.   ***** ChanServ Help*****
  51.   Command   - REGISTER
  52.   Usage     - REGISTER <channel> <password> <description>
  53.   DalHelper - /CS REG <channel> <password> <description>
  54.  
  55.   When you register a channel with ChanServ, you don't need to worry
  56.   about takeovers, or bots to keep a list of Ops. ChanServ does all of
  57.   this and more. The founder is the person who does the registering.
  58.   The password is included so that only the founder can completely
  59.   control the channel. The description is only used when a user asks
  60.   ChanServ for information on a channel.
  61.   Examples:
  62.  
  63.   /msg ChanServ register #DragonRealm adminchannel DALnet IrcOp and Admin channel.
  64.   /msg ChanServ register #Macintosh BeOSrules Macintosh discussion
  65.  
  66.   *** PLEASE NOTE: Passwords ARE case-sensitive. Also, PLEASE
  67.   remember your password, write it down somewhere, but PLEASE remember it! :)
  68.  
  69.   ***** ChanServ Help*****
  70.   Command - SET <channel> <command> [<value>]
  71.  
  72.   Allows you to change your channel settings. These affect a
  73.   registered channel's status and operation.
  74.   For more information on a command /msg ChanServ help SET <command>
  75.  
  76.   Core SET Commands:
  77.        FOUNDER   - Allows you to change the channel founder
  78.        PASSWD    - Lets you change the channel founder password
  79.        DESC      - Modify the channel's description
  80.        MLOCK     - Locks the channel to certain modes
  81.        OPGUARD   - More militant channel operator protection
  82.        KEEPTOPIC - Maintain the topic when no one is on the channel
  83.        URL       - Attaches a URL to the channel
  84.        IDENT     - Ops have to identify to NickServ before ChanServ ops them
  85.        RESTRICT  - Allow ops only into a channel
  86.  
  87.   Additional Commands:
  88.        TOPICLOCK      LEAVEOPS     UNSECURE      PRIVATE
  89.        MEMO
  90.  
  91.   ***** ChanServ Help*****
  92.   Command   - SET PASSWD
  93.   Usage     - SET <channel> PASSWD <password>
  94.   DalHelper - /CS PA <channel> <password>
  95.  
  96.   Will change the founder password on a channel. Is normally used when
  97.   ChanServ doesn't recognise the founder.  Limited to channel founder.
  98.  
  99.   ***** ChanServ Help*****
  100.   Command   - SET DESC
  101.   Usage     - SET <channel> DESC <description>
  102.   DalHelper - /CS SDE <channel> <description>
  103.  
  104.   Allows the founder to change the description of a channel. Limited
  105.   to channel founder.
  106.  
  107.   ***** ChanServ Help*****
  108.   Command   - SET IDENT
  109.   Usage     - SET <channel> IDENT [ON|OFF]
  110.   DalHelper - /CS SID <channel> [0(OFF)|1(ON)]
  111.  
  112.   This command makes it harder for anyone to use someone elses nick to
  113.   gain ops in your channel. If this option is on, then all ops have to
  114.   identify to NickServ before ChanServ ops them. Access lists will have
  115.   no effect on ops.
  116.  
  117.   Example:
  118.    /msg ChanServ set #Macintosh ident on
  119.  
  120.   ***** ChanServ Help*****
  121.   Command   - SET MLOCK
  122.   Usage     - SET <channel> MLOCK <mode lock mask>
  123.   DalHelper - /CS SML <channel> <mode lock mask>
  124.  
  125.   Changes mode lock pattern for specified channel.  Limited to
  126.   channel founder.  Below are a few examples.
  127.  
  128.    SET #dragonrealm MLOCK +nt-ispklm
  129.    Locked to mode +nt only
  130.    SET #dragonrealm MLOCK +nt-ipklm
  131.    Same as above, except mode "s" isn't locked either way
  132.    SET #dragonrealm MLOCK *
  133.    Turns off all mode locks
  134.  
  135.   ***** ChanServ Help*****
  136.   Command   - SET OPGUARD
  137.   Usage     - SET <channel> OPGUARD [ON|OFF]
  138.   DalHelper - /CS SOG <channel> [0(OFF)|1(ON)]
  139.  
  140.   Turns on/off ops guarding on a channel.  When ON, only
  141.   AutoOps, SuperOps, and the channel founder will be allowed
  142.   ops on the channel.  Limited to channel founder.
  143.  
  144.   Example:
  145.    /msg ChanServ set #DragonRealm opguard on
  146.  
  147.   ***** ChanServ Help*****
  148.   Command - MEMO
  149.   Usage   - SET <channel> MEMO [NONE|AOP|SOP|FOUNDER]
  150.   DalHelper - /CS SME <channel> [0(NONE)|1(AOP)|2(SOP)|3(FOUNDER)]
  151.  
  152.   Use this command to limit who can send channel memos. When
  153.   NONE, no-one can send channel memos. When AOP, only AOps and
  154.   above can send channel memos <this is the default setting>. When
  155.   SOP, only SOps and the founder can send channel memos. When
  156.   FOUNDER, only the Channel Founder can send channel memos.
  157.   Limited to Channel Founder.
  158.  
  159.   Example:
  160.    /msg ChanServ set #DragonRealm memo AOP
  161.    will allow only AOps and above to send memos to #DragonRealm
  162.  
  163.   ***** ChanServ Help*****
  164.   Command   - SET RESTRICT
  165.   Usage     - SET <channel> RESTRICT [ON|OFF]
  166.   DalHelper - /CS SRE <channel> [0(OFF)|1(ON)]
  167.  
  168.   This option will only allow ops into a channel. If someone who is not
  169.   on the AOp/SOp list, they will be kickbanned when they enter the channel.
  170.   Example:
  171.    /msg ChanServ set #Macintosh restrict on
  172.  
  173.   ***** ChanServ Help*****
  174.   Command   - SET KEEPTOPIC
  175.   Usage     - SET <channel> KEEPTOPIC [ON|OFF]
  176.   DalHelper - /CS SKT <channel> [0(OFF)|1(ON)]
  177.  
  178.   Turns "Sticky" topics for a channel on or off. If everybody in a
  179.   certain channel leaves that channel, then the topic is lost. But with
  180.   this option on, that does not happen. ChanServ will set the topic to
  181.   "blahblahblah (PersonWhoLastChangedTheTopic)" when the channel is recreated.
  182.  
  183.   ***** ChanServ Help*****
  184.   Command   - SET URL
  185.   Usage     - SET <channel> URL [<URL>]
  186.   DalHelper - /CS SUR <channel> [<URL>]
  187.  
  188.   Allows a URL (Uniform Resource Locator) to be set, indicating where
  189.   more information on the channel may be found. Limited to channel founder.
  190.  
  191.   Example:
  192.  
  193.    SET #dragonrealm URL http://www.dal.net/
  194.    SET #dragonrealm URL mailto:info@dal.net
  195.    An email address
  196.    SET #dragonrealm URL
  197.    Remove the URL
  198.  
  199.   ***** ChanServ Help*****
  200.   Command   - SET TOPICLOCK
  201.   Usage     - SET <channel> TOPICLOCK [FOUNDER|SOP|OFF]
  202.   DalHelper - /CS STL <channel> [0(OFF)|1(SOP)|2(FOUNDER)]
  203.  
  204.   Sets the "topic lock" option for a channel. When on, only the
  205.   founder or SuperOps (depending on the option) are able to change
  206.   the topic. This setting also performs the function of the KEEPTOPIC
  207.   command. Limited to channel founder.
  208.  
  209.   Example:
  210.   /msg ChanServ set #DragonRealm TopicLock on
  211.  
  212.   ***** ChanServ Help*****
  213.   Command   - SET LEAVEOPS
  214.   Usage     - SET <channel> LEAVEOPS [ON|OFF]
  215.   DalHelper - /CS SLO <channel> [0(OFF)|1(ON)]
  216.  
  217.   Turns on/off leave-ops behaviour on a channel.  When ON, the channel
  218.   will behave as if ChanServ was not present, and will not deop users
  219.   who 'create' the channel. But AutoOps and SuperOps will still be
  220.   opped in the channel. Limited to channel founder.
  221.  
  222.   Example:
  223.    /msg ChanServ set #DragonRealm LeaveOps on
  224.  
  225.   ***** ChanServ Help*****
  226.   Command   - SET UNSECURE
  227.   Usage     - SET <channel> UNSECURE [ON|OFF]
  228.   DalHelper - /CS SUS <channel> [0(OFF)|1(ON)]
  229.  
  230.   Will make a channel a little less secure than normal. When on, you
  231.   need to be in the founders nick access list to make founder level
  232.   changes, you won't need to identify. Limited to channel founder.
  233.  
  234.   Example:
  235.    If *cicar@194.145.1.* is in the access list for dalvenjah, and #afd
  236.    is set to be unsecured, then anyone with the mask of *cicar@194.145.1.*
  237.    can make founder level changes on #afd
  238.  
  239.   Example:
  240.    /msg ChanServ set #afd unsecure on
  241.  
  242.   ***** ChanServ Help*****
  243.   Command   - SET PRIVATE
  244.   Usage     - SET <channel> PRIVATE [ON|OFF]
  245.   DalHelper - /CS SPR <channel> [0(OFF)|1(ON)]
  246.  
  247.   When this option is ON, only those who know about the channel will
  248.   have access to it. The channel won't show if /msg ChanServ list
  249.   *search pattern* is used, or on a /list. Limited to channel founder.
  250.  
  251.   Example:
  252.    /msg ChanServ set #Macintosh private on
  253.  
  254.   ***** ChanServ Help*****
  255.   Command   - SOP
  256.   Usage     - SOP <channel> ADD <nick or mask>
  257.   DalHelper - /CS SOA <channel> <nick or mask>
  258.   Usage     - SOP <channel> DEL <index number or mask>
  259.   DalHelper - /CS SOD <channel> <index number or mask>
  260.   Usage     - SOP <channel> LIST [<search pattern>]
  261.   DalHelper - /CS SOL <channel> [<search pattern>]
  262.  
  263.   Maintains the channel SuperOp list. While only the channel founder
  264.   can ADD and DEL SOps, any AutoOp and above can LIST them.
  265.   ADD adds a user to a channels SuperOp access list. DEL removes a
  266.   user from a channel's SuperOp access list. LIST lists the SuperOp
  267.   access list, with an index number. When LIST is used with a search
  268.   pattern, only those entries to the SOp access list matching your
  269.   search pattern will be shown to you.
  270.  
  271.   Examples:
  272.      SOP #dragonrealm ADD dalvenjah
  273.      SOP #dragonrealm ADD *!besmith@*.uncc.edu
  274.      SOP #dragonrealm DEL 3
  275.      SOP #dragonrealm LIST
  276.  
  277.    Maintains the channel SuperOp list. ADD and DEL limited to
  278.    channel founder LIST to utoOpaccess.
  279.    ADD adds a user to a channels SuperOp access list. DEL removes
  280.    a user from a channel's SuperOp access list.  Index number is found
  281.    using the LIST subcommand. LIST lists the SuperOp access list.
  282.    When used with the optional search pattern, it will only show
  283.    those masks matching the specified pattern.
  284.    Examples:
  285.        SOP #dragonrealm ADD dalvenjah
  286.        SOP #dragonrealm ADD *!besmith@*.uncc.edu
  287.        SOP #dragonrealm DEL 3
  288.        SOP #dragonrealm LIST
  289.  
  290.   ***** ChanServ Help*****
  291.   Command   - AOP
  292.   Usage     - AOP <channel> ADD <nick or mask>
  293.   DalHelper - /CS AOA <channel> <nick or mask>
  294.   Usage     - AOP <channel> DEL <index number or mask>
  295.   DalHelper - /CS AOD <channel> <index number or mask>
  296.   Usage     - AOP <channel> LIST [<search pattern>]
  297.   DalHelper - /CS AOL <channel> [<search pattern>]
  298.  
  299.   Maintains the channel AutoOp list. Only Sops or above may ADD and
  300.   DEL AOps, but any AOp or above may use LIST.
  301.   ADD adds a user to a channels AutoOp access list. DEL removes a
  302.   user from a channel's AutoOp access list. LIST lists the AutoOp
  303.   access list, with an index number. When LIST is used with a search
  304.   pattern, only those entries to the AOp access list matching your
  305.   search pattern will be shown to you.
  306.  
  307.   Examples:
  308.      AOP #dragonrealm ADD dalvenjah
  309.      AOP #dragonrealm ADD *!besmith@*.uncc.edu
  310.      AOP #dragonrealm DEL 3
  311.      AOP #dragonrealm LIST
  312.  
  313.   ***** ChanServ Help*****
  314.   Command   - AKICK
  315.   Usage     - AKICK <channel> ADD <nick or mask>
  316.   DalHelper - /CS AKA <channel> <nick or mask>
  317.   Usage     - AKICK <channel> DEL <index number or mask>
  318.   DalHelper - /CS AKD <channel> <index number or mask>
  319.   Usage     - AKICK <channel> LIST [<search pattern>]
  320.   DalHelper - /CS AKL <channel> [<search pattern>]
  321.  
  322.   Maintains the channel AutoKick list. If a user on the channel
  323.   AKICK list does try to join a channel, then they will be kicked by
  324.   ChanServ, as well as banned. ADDing and DELeting AKICKs is limited
  325.   to SOps and the channel founder.
  326.  
  327.   ADD adds a user to a channels AutoKick access list. DEL removes a
  328.   user from a channel's AutoKick access list. LIST lists the
  329.   AutoKick access list, with an index number. When LIST is used with
  330.   a search pattern, only those entries to the AutoKick access list
  331.   matching your search pattern will be shown to you.
  332.  
  333.   Examples:
  334.      AKICK #dragonrealm ADD dalvenjah
  335.      AKICK #dragonrealm ADD *!besmith@*.uncc.edu
  336.      AKICK #dragonrealm DEL 3
  337.      AKICK #dragonrealm LIST
  338.  
  339.   ***** ChanServ Help*****
  340.   Command   - DROP
  341.   Usage     - DROP <channel>
  342.   DalHelper - /CS DR <channel>
  343.  
  344.   If you no longer wish ChanServ to manage a channel, then /msg
  345.   ChanServ identify #name <password> before using this command.
  346.   DROP stops ChanServ management of the specified channel.
  347.  
  348.   Examples:
  349.    /msg ChanServ drop #DragonRealm
  350.    /msg ChanServ drop #wasteland
  351.  
  352.   ***** ChanServ Help*****
  353.   Command   - IDENTIFY
  354.   Usage     - IDENTIFY <channel> <password>
  355.   DalHelper - /CS ID <channel> [optional, default: current channel]
  356.  
  357.   This command will identify the user to ChanServ as the founder,
  358.   and give them full access to the channel.
  359.  
  360.   ***** ChanServ Help*****
  361.   Command   - INFO
  362.   Usage     - INFO <channel>
  363.   DalHelper - /CS IN <channel>
  364.  
  365.   Shows information for a channel, such as the channel founder, any mode
  366.   locks, the current topic, the channel description, any settings such as
  367.   topic lock, the time the channel was registered, and the time of the last opping.
  368.  
  369.   Example:
  370.    /msg ChanServ info #DragonRealm
  371.  
  372.   ***** ChanServ Help*****
  373.   Command - ACCESS
  374.   Usage   - ACCESS <channel> [<nick>]
  375.  
  376.    Allows a user to query their access on a registered channel. Access
  377.   levels are Basic, AutoOp, SuperOp, and Founder for any given channel.
  378.   When used with the optional <nick> variable, this command  serves as
  379.   a protocol for bots to query user access on a channel using the
  380.   ChanServ facility, thus relieving the bot of keeping track of access
  381.   lists.  For a registered channel, the reply is given in a NOTICE of
  382.   the following format:
  383.  
  384.        ACC <channel> <nick> <user@host> <access level>
  385.  
  386.   The returned access level is a number from 0 to 3, where 0=Basic,
  387.   1=AutoOp, 2=SuperOp, and 3=founder. If the user is not online,
  388.   the user@host and access level will be *UNKNOWN* and 0, respectively.
  389.   This command is limited to channel AutoOps.
  390.  
  391.   ***** ChanServ Help*****
  392.   Command - INVITE
  393.   Usage   - INVITE <channel> [<nickname>]
  394.   Usage   - /CS INV <channel> [<nickname>]
  395.  
  396.   Invites the sender, or the named user, to a channel that is set to
  397.   invite only (mode +i). Limited to channel AutoOps and above.
  398.  
  399.   ***** ChanServ Help*****
  400.   Command   - OP
  401.   Usage     - OP <channel> [-]<nick>...
  402.   DalHelper - /CS OP <channel> <nick>
  403.   DalHelper - /CS DOP <channel> <nick>
  404.  
  405.   Will op the <nick> in a channel. When used with the - flag, deops the
  406.   named users. Limited to channel AutoOps and above. Will not work if
  407.   secured ops is on.
  408.  
  409.   ***** ChanServ Help*****
  410.   Command   - UNBAN
  411.   Usage     - UNBAN <channel> [ME|ALL]
  412.   DalHelper - /CS UN <channel>
  413.  
  414.   Will remove any ban placed on you in a channel that you have ops in.
  415.   If you are an AutoOp, then you can only use the ME option ... if
  416.   you are a SuperOp you may use the all option.
  417.  
  418.   Examples:
  419.    /msg ChanServ Unban #DragonRealm me
  420.    /msg ChanServ Unban #afd all
  421.  
  422.   ***** ChanServ Help*****
  423.   Command   - MDEOP
  424.   Usage     - MDEOP <channel>
  425.   DalHelper - /CS MD <channel>
  426.  
  427.   Removes operator status from all users on the named channel who don't
  428.   outrank the user, ie an AOp can't deop a SOp. Limited to channel
  429.   AutoOps and above.
  430.  
  431.   ***** ChanServ Help*****
  432.   Command   - MKICK
  433.   Usage     - MKICK <channel>
  434.   DalHelper - /CS MK <channel>
  435.  
  436.   Evacuates a channel completely by kicking everyone out, banning *!*@*
  437.   (everyone), setting mode +i (invite only) and +l 1. When MKICKing a
  438.   channel, you cannot UNBAN or INVITE yourself back into the
  439.   channel. This should only be used in a takeover situation. Limited to
  440.   channel AutoOps and above while they are not outranked on the
  441.   channel (if there is a SOp present, an AOp cannot mkick).
  442.  
  443.   Example:
  444.    /msg ChanServ MKICK #Macintosh
  445.  
  446.   ***** ChanServ Help *****
  447.   Command - LIST
  448.   Usage   - LIST <search pattern>
  449.  
  450.   Will display any channels matching your search pattern.
  451.  
  452.   Examples:
  453.    /msg ChanServ list *mac*=A0
  454.  
  455.   ***** ChanServ Help*****
  456.   Command   - COUNT
  457.   Usage     - COUNT <channel>
  458.   DalHelper - /CS CO <channel>
  459.  
  460.   This command will display the number of AOps, SOps, & AKICKs
  461.   in a channel. Limited to AutoOp or higher.
  462.  
  463.   Example:
  464.    /msg ChanServ COUNT #Macintosh
  465.   ***** End of ChanServ HELP*****
  466.  
  467.  
  468.      NickServ Help
  469.  
  470.   ***** NickServ Help*****
  471.   Command   - HELP
  472.   Usage     - HELP <command>
  473.   DalHelper - /NS HE <command>
  474.  
  475.   Returns Help information about requested NickServ command.
  476.  
  477.   Example:
  478.    /msg NickServ help register
  479.    will return information about how to register a nickname.
  480.  
  481.   ***** NickServ Help*****
  482.   NickServ permits users to 'register' a nickname, and stop others
  483.   from using that nick. NickServ allows the owner of a nick to
  484.   disconnect a user using the owners registered nick. If a registered
  485.   nick is not used by the owner for 30 days, NickServ will drop it,
  486.   leaving it up for grabs by another user. Please do NOT register more
  487.   nicks than you really need :)
  488.  
  489.   For more information on a command /msg NickServ help <command>
  490.  
  491.   Core Commands:
  492.        REGISTER  - Register a nickname
  493.        SET       - Change settings, including the KILL option
  494.        ACCESS    - Change the list of addresses allowed to use a nick
  495.        IDENTIFY  - Authorise yourself using a password
  496.        RECOVER   - Stop someone from using your registered nick
  497.        GHOST     - Terminate a ghosted nickname
  498.        DROP      - Drop a registered nickname
  499.  
  500.   Other Commands:
  501.         RELEASE       INFO          ACC           LIST
  502.  
  503.   ***** NickServ Help*****
  504.   Command   - REGISTER
  505.   Usage     - REGISTER <password>
  506.   DalHelper - /NS REG <password>
  507.  
  508.   This will register your nickname with NickServ. This means that only
  509.   you can have access to this nickname, unless you give access to
  510.   others. When you register a nickname, an entry is added to your
  511.   access list.
  512.  
  513.   Examples:
  514.    /msg NickServ Register AnyOldPassword
  515.    If dalvenjah's user@host mask was dalvenja@123.321.231.132, the
  516.    dalvenja@123.321.231.* would have been added to his access list.
  517.  
  518.   ***** NickServ Help*****
  519.   Command   - SET
  520.   Usage     - SET <command> [<value>]
  521.  
  522.   Lets you change your nickname settings. These are several options
  523.   here, but to use any of them, your nickname MUST be registered.
  524.  
  525.   For more information on a command /msg NickServ help SET <command>
  526.  
  527.   Available SET Commands:
  528.        PASSWD    - Lets you change your nickname's password
  529.        KILL      - Forcibly prevent people from using your nick
  530.        URL       - Attaches a Uniform Resource Locator to your nick
  531.        NOMEMO    - Disables ALL memos to your nick
  532.  
  533.   ***** NickServ Help*****
  534.   Command   - SET PASSWD
  535.   Usage     - SET PASSWD <password>
  536.   DalHelper - /NS PA <password>
  537.  
  538.   This command changes the current password for your nickname.
  539.  
  540.   Example:
  541.    /msg NickServ Set Passwd AnyOldPassword
  542.    You have to identify yourself to NickServ before doing this.
  543.  
  544.   ***** NickServ Help*****
  545.   Command   - SET KILL
  546.   Usage     - SET KILL [ON|OFF]
  547.   DalHelper - /NS SKI [0(OFF)|1(ON)]
  548.  
  549.   This option will make it much harder for anybody to use your nick. If
  550.   they do change their nick to a nick registered with kill on, they
  551.   will be given 60 seconds in which they must either change nicks, or
  552.   identify themselves.
  553.  
  554.   Example:
  555.    /msg NickServ Set Kill ON
  556.  
  557.   ***** NickServ Help*****
  558.   Command   - SET URL
  559.   Usage     - SET URL [<URL>]
  560.   DalHelper - /NS SUR [<URL>]
  561.  
  562.   Will show anyone who asks NickServ for info on your nickname an URL
  563.   (Uniform Resource Locator) along with the rest of your info. This
  564.   could be your home page location, or an email address, for example.
  565.   Examples:
  566.    SET URL http://www.dal.net/lefler/
  567.    SET URL mailto:lefler@dal.net         // An email address
  568.    SET URL                               // Remove the URL
  569.  
  570.   ***** NickServ Help*****
  571.   Command   - SET NOMEMO
  572.   Usage     - SET NOMEMO ON|OFF
  573.   DalHelper - /NS SNM [0(OFF)|1(ON)]
  574.  
  575.   When this option is on, ALL memos to this nickname will be
  576.   ignored. MemoServ will simply not store them. This command could
  577.   be usful if you were going on vacation for a while, and did not
  578.   want your memo list to build up. If this option is on, it will
  579.   show up in /msg NickServ info.
  580.  
  581.   Example:
  582.    /msg NickServ SET NOMEMO ON
  583.  
  584.   ***** NickServ Help*****
  585.   Command   - ACCESS
  586.   Usage     - ACCESS LIST [<nickname>]
  587.   DalHelper - /NS AL <nickname>
  588.   Usage     - ACCESS ADD <user@host mask>
  589.   DalHelper - /NS AA <user@host mask>
  590.   Usage     - ACCESS DEL <user@host mask>
  591.   DalHelper - /NS AD <user@host mask>
  592.  
  593.   Allows you to list, add, or delete user@host masks from your access
  594.   list. When a mask is added to your access list, you will not need to
  595.   identify to NickServ.
  596.  
  597.   Examples:
  598.    ACCESS ADD calvin@hobbes.catt.ncsu.edu
  599.    ACCESS DEL birdman@alcatraz.com
  600.  
  601.   ***** NickServ Help*****
  602.   Command   - IDENTIFY
  603.   Usage     - IDENTIFY <password>
  604.   DalHelper - /NS ID
  605.  
  606.   This tells NickServ that you are the owner of a certain nickname.
  607.   After you have identified, you have full access to the nickname.
  608.  
  609.   Example:
  610.    /msg NickServ Identify AnyOldPassword
  611.  
  612.   ***** NickServ Help*****
  613.   Command   - RECOVER
  614.   Usage     - RECOVER <nick> [<password>]
  615.   DalHelper - /NS REC <nick>
  616.  
  617.   If you haven't set your nick kill switch to on, then this is the
  618.   manual version. If someone is using your nick, /msg NickServ Recover
  619.   <yournick> <password>. This will forcibly stop them from using your
  620.   nick. A check in this command prevents you from killing yourself. :)
  621.  
  622.   Example:
  623.    /msg NickServ Recover dalvenjah AnyOldPassword
  624.  
  625.   ***** NickServ Help*****
  626.   Command   - GHOST
  627.   Usage     - GHOST <nick> [<password>]
  628.   DalHelper - /NS GH <nick>
  629.  
  630.   If, for some reason, your Internet connection fails, then your client
  631.   may not log off IRC properly. This is called a ghost. With this
  632.   command, you can remove your ghost. If you're not in the access list
  633.   for the nick, you must use the password.
  634.  
  635.   Example:
  636.    /msg NickServ Ghost dalvenjah aPasswordHere
  637.  
  638.   ***** NickServ Help*****
  639.   Command   - DROP
  640.   Usage     - DROP <nick>
  641.   DalHelper - /NS DR <nick>
  642.  
  643.   Will stop NickServ watching your nick, and will remove it from
  644.   NickServs database. If a nick is dropped, anyone else can register it.
  645.  
  646.   Example:
  647.    /msg NickServ Drop Cit
  648.    You will need to identify yourself to NickServ first.
  649.  
  650.   ***** NickServ Help*****
  651.   Command   - RELEASE
  652.   Usage     - RELEASE <nick> [password]
  653.   DalHelper - /NS REL <nick>
  654.  
  655.   If you used the recover command to stop another user from using your
  656.   nick, then NickServ won't let go of the nick for 2 minutes. This
  657.   command overrides that. If you're not in the access list for the nick
  658.   you want to release, then you will need to include the password.
  659.  
  660.   Example:
  661.    /msg NickServ Release dalvenjah AnyOldPassword
  662.  
  663.   ***** NickServ Help*****
  664.   Command   - INFO
  665.   Usage     - INFO <nick>
  666.   DalHelper - /NS IN <nick>
  667.  
  668.   If a nick is registered, this command shows certain info about it,
  669.   such as the owner, when it was registered, when it was last
  670.   recognised by NickServ, and whether or not the owner has set nick
  671.   kill on.
  672.  
  673.   Example:
  674.    /msg NickServ info Cit
  675.  
  676.   ***** NickServ Help*****
  677.   Command - ACC
  678.   Usage   - ACC <nick>
  679.  
  680.   This is mainly used by bots, to determine if the person using the
  681.   nick is the real owner. The reply will be given in a notice, saying:
  682.  
  683.        ACC <nick> <access level>
  684.  
  685.   The returned access level is a number from 0 to 3:
  686.  
  687.    0 = No such registered nickname
  688.    1 = User is not online or not identified to NickServ
  689.    2 = User is identified with NickServ access
  690.    3 = User is identified with the NickServ IDENTIFY command
  691.  
  692.   Example:
  693.    /msg NickServ ACC dalvenjah
  694.   ***** End of NickServ HELP*****
  695.  
  696.  
  697.  
  698.      MemoServ Help
  699.  
  700.   ***** MemoServ Help*****
  701.   Command   - HELP
  702.   Usage     - HELP <command>
  703.   DalHelper - /MS HE <command>
  704.  
  705.   Returns Help information about requested MemoServ command.
  706.  
  707.   Example:
  708.    /msg MemoServ help send
  709.    will return information about how to send a memo to a user.
  710.  
  711.   ***** MemoServ Help *****
  712.   MemoServ allows users registered with MemoServ to send each other
  713.   messages, which can be read by the recipient at his/her leisure.
  714.   Memos can be sent to people even when they are not on IRC.
  715.  
  716.   For more information on a command /msg MemoServ help <command>
  717.  
  718.   Commands:
  719.       SEND      - Send another user a memo
  720.       LIST      - List your current memos
  721.       READ      - Read a memo
  722.       DEL       - Mark a memo as deleted
  723.       UNDEL     - Mark a memo as not deleted
  724.       PURGE     - Erase memos marked as deleted
  725.       FORWARD   - Arrange or modify memo forwarding
  726.  
  727.   ***** MemoServ Help *****
  728.   Command   - SEND
  729.   Usage     - SEND <nick> <memo>
  730.   DalHelper - /MS SE <nick> <memo>
  731.  
  732.   This sends a short memo to <nick>. Both your nick, and the nick of
  733.   the person you're sending the memo too must be registered,
  734.   otherwise you will be unable to send a memo.
  735.  
  736.   Example:
  737.    /msg MemoServ send JoeUser Hi there. Could you meet me in #help to go
  738.    over a few things? Thanks :)
  739.  
  740.   ***** MemoServ Help *****
  741.   Command   - LIST
  742.   Usage     - LIST
  743.   DalHelper - /MS LI
  744.  
  745.   Displays a list of memos sent to you. You cannot see memos that you
  746.   have sent. Only 20 memos will be displayed. If you have more than 20
  747.   memos, you will have to delete some of the earlier memos, to get at
  748.   the ones near the top.
  749.  
  750.   Example:
  751.    /msg MemoServ List
  752.  
  753.   ***** MemoServ Help *****
  754.   Command   - READ
  755.   Usage     - READ <memo number>
  756.   DalHelper - /MS RE <memo number>
  757.  
  758.   Shows you the contents of <memo number>. To find out what <memo
  759.   number> is, use /msg MemoServ List.
  760.  
  761.   Examples:
  762.    /msg MemoServ Read 1
  763.    /msg MemoServ Read 15
  764.  
  765.   ***** MemoServ Help *****
  766.   Command   - DEL
  767.   Usage     - DEL <memo number>
  768.   DalHelper - /MS DE <memo number>
  769.   Usage     - DEL ALL
  770.   DalHelper - /MS DA
  771.  
  772.   Deletes memo <memo number> (as given by the LIST command) from your
  773.   memo list. DEL ALL deletes and purges all of your memos without
  774.   restriction, so use it with care. There is no way to get a memo
  775.   back after it has been deleted and purged.
  776.  
  777.   Note: DEL does not actually remove the memo, but simply marks it as
  778.   deleted (indicated with D in the LIST display). The memo is not
  779.   removed until you sign off or the PURGE command is used.
  780.  
  781.   Examples:
  782.    /msg MemoServ Del All
  783.    /msg MemoServ Del 13
  784.  
  785.   ***** MemoServ Help *****
  786.   Command   - UNDEL
  787.   Usage     - UNDEL <memo number>
  788.   DalHelper - /MS UN <memo number>
  789.  
  790.   Marks memo <memo number> (as given by the LIST command) as undeleted,
  791.   if has been marked deleted with the DEL command.
  792.  
  793.   Example:
  794.    /msg MemoServ Undel 1
  795.  
  796.   ***** MemoServ Help *****
  797.   Command   - PURGE
  798.   Usage     - PURGE
  799.   DalHelper - /MS PU
  800.  
  801.   Purges all Deleted Memos from the database.
  802.   ***** End of MemoServ HELP *****
  803.